home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Games
/
NeXTmj
/
Source
/
InterfaceView.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-03-10
|
204 b
|
18 lines
/* Generated by Interface Builder */
#import "InterfaceView.h"
@implementation InterfaceView
- initFrame:( const NXRect * )frameRect {
self = [ super initFrame:frameRect ];
return self;
}
@end